Skip to content

fix: record PR 443 review follow-ups#448

Merged
BigSimmo merged 1 commit into
claude/llm-pipeline-reviewfrom
codex/pr443-review-followups
Jul 9, 2026
Merged

fix: record PR 443 review follow-ups#448
BigSimmo merged 1 commit into
claude/llm-pipeline-reviewfrom
codex/pr443-review-followups

Conversation

@BigSimmo

@BigSimmo BigSimmo commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Records completed PR RAG routing hardening, registry corpus embedding, and review docs #443 review passes in the branch review ledger.
  • Replaces remaining touched arbitrary UI sizing tokens with project scale tokens.
  • Defers the Supabase admin import in the M13 migration check until after env loading.
  • Carries the refreshed drift manifest replay metadata from the local review work.

Why

These were left as dirty local follow-ups for claude/llm-pipeline-review; this PR packages them separately against the PR #443 branch instead of mixing them into unrelated work.

Verification

  • git diff --check HEAD^ HEAD passed.
  • npm run check:type-scale exited 0; it still reports existing arbitrary font-size utilities outside this small follow-up.

Checks not run

  • npm run verify:cheap was not run in this checkout because node_modules is not installed locally and tsx is unavailable without install.

Risk

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e39f0d07-ad6e-41cc-9798-fd55690a655f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/pr443-review-followups
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch codex/pr443-review-followups

Comment @coderabbitai help to get the list of available commands.

@supabase

supabase Bot commented Jul 9, 2026

Copy link
Copy Markdown

Updates to Preview Branch (codex/pr443-review-followups) ↗︎

Deployments Status Updated
Database Thu, 09 Jul 2026 12:44:57 UTC
Services Thu, 09 Jul 2026 12:44:57 UTC
APIs Thu, 09 Jul 2026 12:44:57 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations Thu, 09 Jul 2026 12:45:26 UTC
Migrations ⏸️ Thu, 09 Jul 2026 12:44:46 UTC
Seeding ⏸️ Thu, 09 Jul 2026 12:44:46 UTC
Edge Functions ⏸️ Thu, 09 Jul 2026 12:44:46 UTC

❌ Branch Error • Thu, 09 Jul 2026 12:45:27 UTC

unexpected status 400: {"message":"Resource has been removed"}
unexpected status 400: {"message":"Resource has been removed"}
unexpected status 400: {"message":"Resource has been removed"}
unexpected status 400: {"message":"Resource has been removed"}

View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

@BigSimmo
BigSimmo merged commit 632e904 into claude/llm-pipeline-review Jul 9, 2026
2 of 3 checks passed
@BigSimmo
BigSimmo deleted the codex/pr443-review-followups branch July 9, 2026 12:47
BigSimmo added a commit that referenced this pull request Jul 9, 2026
* feat: add image generation metadata re-stamp script

* chore: reconcile ingestion RPC execute privileges, schema.sql and drift manifest

* ci: add db-reset-verify and dependency-review workflows

* ci: remove dependency-review workflow because repository is private without GHAS

* 📝 CodeRabbit Chat: Simplify code implementation (#434)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix(db): rename duplicate migration version 20260708160000 to unique 20260708160001

* fix: run prettier on 19 files to fix CI format:check failure (#436)

* fix: address PR 433 review comments

- Defer embedding until after text/document fast paths and coverage gate
- Rehydrate cached document metadata in attachDocumentRankingMetadata
- Load env-dependent script imports after loadEnvConfig in seed/reindex scripts
- Harden registry corpus: shared identity, medication tags, rollback, detail hrefs
- Route registry citations to detail pages; handle registry rows in signed-url API
- Prioritize safety warnings over registry info; preserve stale registry labels
- Guard OCR repair against dropping isolated single-letter clinical tokens
- Update skill docs, changelog dedup, CI Supabase setup-cli@v3

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix: address follow-up PR 433 review comments

- Backfill NULL document_images.index_generation_id during re-stamp
- Count globally forced embedding eval cases in retrieval summaries

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix: address PR 433 review blockers

* fix: address PR 433 review comments on image re-stamp and eval forcing

Treat NULL document_images.index_generation_id as stale even when JSON
metadata already matches the committed generation, and propagate global
--force-embedding into eval reporting/validation so index-unit-vector runs
count forced cases correctly.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix: restore neutralized 160000 migration for Supabase Preview parity

PR #433 preview branch recorded 20260708160000 before the file was removed, causing remote migration versions not found in local migrations directory. Keep a no-op stub for history sync; transactional index DDL stays on 170000.

Co-authored-by: Cursor <cursoragent@cursor.com>

* ci: keep supabase cache save non-blocking

* ci: run migration verification before docker image cache save

* fix: address registry corpus review comments

* Finish RAG registry re-embed and quality routing (#438)

* fix(rag): finish registry re-embed and quality routing

* fix: resolve merge conflicts with claude/llm-pipeline-review

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* docs: codify review and branch cleanup workflow

* merge: resolve conflicts with main — keep registry re-embed hooks and list-owners feature, adopt registry route metadata fields from main

* fix: apply prettier formatting to fix CI format:check failure

* Update src/lib/rag-extractive-answer.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/lib/rag-extractive-answer.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: remove spurious closing braces in rag-extractive-answer.ts

* Fix PR 443 review findings and restore CI verify gate.

Resolve rag-extractive-answer parse errors, tighten clozapine blood-withhold routing guards, scope live-drift secrets to required steps, restore answer-generation SDK retries, add docstrings for governance coverage, and document the exact retrieval eval command used post-registry embed.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix: resolve merge conflicts with origin/main

* fix: address code review findings from merge conflict resolution

* fix: record PR 443 review follow-ups (#448)

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: format docs/branch-review-ledger.md to pass Prettier check

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant